home *** CD-ROM | disk | FTP | other *** search
- islobjs.doc - Copyright (c) 1993 Grizzly Bear Labs, last modified 10-18-93
-
- islobjs is a new program added to the ISL package as of version 2.0. It's
- purpose in life is to parse an ASCII stage and produce a list of the objects
- used therein. It doesn't work on binary stages. If you have a binary stage,
- probably something called 'staging', use destage to convert it to ASCII before
- using islobjs on it.
-
- The usage for islobjs is simple:
-
- islobjs asciistage
-
- This will emit a list of the objects referenced in the input stage.
-
- The advantage of using islobjs instead of hacking up your own little C, AREXX,
- or Basic program to list the objects is that islobjs can handle the whole ISL
- grammar, just like restage.
-
-